js if not undefined

74

javascript if undefined -

if(typeof comment === 'undefined') {

  alert('Variable "comment" is undefined.');

} else if(comment === null){

  alert('Variable "comment" is null.');

}

Comments

Submit
0 Comments